type testing.highPrecisionTime

6 uses

	testing (current package)
		testing.go#L652: 	start    highPrecisionTime // Time test or benchmark started
		testing.go#L2493: 		list = append(list, fmt.Sprintf("%s (%v)", k.(string), highPrecisionTimeSince(v.(highPrecisionTime)).Round(time.Second)))
		testing_other.go#L19: type highPrecisionTime struct {
		testing_other.go#L24: func highPrecisionTimeNow() highPrecisionTime {
		testing_other.go#L25: 	return highPrecisionTime{now: time.Now()}
		testing_other.go#L29: func highPrecisionTimeSince(b highPrecisionTime) time.Duration {